home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / mnode14.zip / ALT-WAY1.ZIP / AUTOEXEC.ALT next >
Text File  |  1992-11-24  |  2KB  |  67 lines

  1. @ECHO OFF
  2. SET COMSPEC=C:\COMMAND.COM
  3. PATH C:\UTILS;C:\QEMM;C:\WC30;C:\DV;C:\ZIP;C:\DOS;C:\NDW;C:\WINDOWS;C:\;
  4. VERIFY ON
  5. PROMPT $P$G
  6. BREAK ON
  7. C:\QEMM\LOADHI C:\DOS\SHARE /L:40
  8. C:\QEMM\LOADHI C:\DOS\DOSKEY.COM /INSERT
  9.  
  10.  
  11. */  REMOVE THIS GARBAGE-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  12.      "
  13.      "          REM ---------------
  14.      "          REM SET SCREEN COLOR USING ANSI CODES
  15.      "          TYPE C:\UTILS\GRN.ANS
  16.      "          REM ---------------
  17.      "          REM SET BORDER COLOR
  18.      "          BORD
  19.      "          REM ---------------
  20.      "          REM Norton Desktop for Windows Tools
  21.      "          SET NDW=C:\NDW
  22.      "          REM SMARTCAN /ON /SKIPHIGH
  23.      "          REM ---------------
  24.      "          REM SETUP FOR WINDOWS
  25.      "          MD  D:\TEMP
  26.      "          SET TEMP=d:\TEMP
  27.      "          SET WINPMT= Windows $P$G
  28.      "          REM ---------------
  29.      "          REM SET SOUND BLASTER ENVIRONMENT
  30.      "          SET SOUND=C:\SBPRO
  31.      "          SET BLASTER=A220 I7 D1 T2
  32.      "          REM ***************
  33.      "
  34.      END OF TRASH-=-=-=-=-=-=-=-=-=-=
  35.  
  36. Al Woolley:  I left all this in to give folks a peek at a real, breathing
  37.              AUTOEXEC.BAT file.  I hope most of the folks understood that 
  38.              from the comments and the .DOC file...???
  39.  
  40.              They should remove any non-applicable stuff for thier own 
  41.              system.
  42.  
  43.   */NOT THE PLACE TO USE THIS
  44.     "
  45.     "     REM Setup the Wildcat Environment variables
  46.     "     SET WCNODEID=1
  47.     "     SET WCPORTID=1
  48.     "     SET WCMDM=HST
  49.     "     SET WCHOME=C:\WC30
  50.     "
  51.      THE ABOVE VARIABLES BELONG IN THE CAT.BAT FOR EACH NODE!
  52.  
  53. Al Woolley:  I disagree.  I want a way to get WC! up and running under DOS 
  54.              with a known set of default parameters.
  55.  
  56. call C:\UTILS\CLEANALL.BAT
  57. call c:\wc30\buildmlk.bat
  58. DV
  59.  
  60. GOTO END       <---------------------ADD THIS
  61. :abort
  62. echo BBS d:\ disk not built!
  63. :END           <---------------------ADD THIS
  64.  
  65. AW:  Why?  When DESQview exits, the remainder of the AUTOEXEC.BAT will NOT be 
  66.      executed, so the "disk not built" message will never be seen.
  67.